runtime.consistentHeapStats.acquire (method)
14 uses
runtime (current package)
arena.go#L897: stats := memstats.heapStats.acquire()
arena.go#L1082: stats := memstats.heapStats.acquire()
mcache.go#L185: stats := memstats.heapStats.acquire()
mcache.go#L263: stats := memstats.heapStats.acquire()
mcache.go#L304: stats := memstats.heapStats.acquire()
mcache.go#L331: stats := memstats.heapStats.acquire()
mgcscavenge.go#L786: stats := memstats.heapStats.acquire()
mgcsweep.go#L773: stats := memstats.heapStats.acquire()
mgcsweep.go#L808: stats := memstats.heapStats.acquire()
mheap.go#L1413: stats := memstats.heapStats.acquire()
mheap.go#L1595: stats := memstats.heapStats.acquire()
mheap.go#L1638: stats := memstats.heapStats.acquire()
mheap.go#L1769: stats := memstats.heapStats.acquire()
mstats.go#L776: func (m *consistentHeapStats) acquire() *heapStatsDelta {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |